<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/*滚动*/
.notices {
	height: 40px;
	margin-top: 120px;
	line-height: 40px;
overflow:hidden;
		background: rgba(255,255,255,.5);
	border-top: 1px solid #fff;
}


.notices-main p {
	font-size: 20px;
	color: #e60012;
	width: 100px;
	float: left;
	font-weight: bolder;
}

	
	/*.notices-main p:last-child {
		width: 1000px;
		font-weight: bolder;
		overflow: hidden;
		font-size: 16px;
	}*/

	.notices-main p img {
		width: 30px;
		height: 30px;
		margin: 5px;
		display: inline-block;
	}
.notices-main ul {
	float: left;
	font-weight: bolder;
	font-size: 16px;
	/*margin-left:100px;*/
	animation: 15s change linear infinite normal;
}
@keyframes change {
	0% {
		margin-top: 0px;
	}

	20% {
		margin-top: 0px;
	}

	50% {
		margin-top: -40px;
	}

	70% {
		margin-top: -40px;
	}
	

	100% {
		margin-top: 0px;
	}
}

/*@keyframes change {
	0% {
		margin-top:0px;
	}
	10% {
		margin-top: 0px;
	}
	20% {
		margin-top: -40px;
	}
	30% {
		margin-top: -40px;
	}
	40% {
		margin-top: -80px;
	}
	50% {
		margin-top: -80px;
	}
	60% {
		margin-top: -120px;
	}
	70% {
		margin-top: -120px;
	}
	80% {
		margin-top: -160px;
	}
	90% {
		margin-top: -160px;
	}	
	100% {
		margin-top: 0px;
	}
}*/
/*.notices-main p a {
		color: #333333;
		width: 1000px;
		display: block;
		text-decoration: none;
		white-space: nowrap;
		animation: 15s wordsLoop linear infinite normal;
	}*/
/*@keyframes wordsLoop {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	100% {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
	}
}*/

/*@-webkit-keyframes wordsLoop {
	0% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	100% {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}
}*/

/*中国景区*/

#projectlist .projectitem {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	position: relative;
}

	#projectlist .projectitem a .project_info {
		position:absolute;
		z-index: 999;
		height: 100%;
		width: 100%;			
		left: 0;
		top: 0;
		transition: all ease-out .3s;
	}

#indexPage #projectlist .projectitem::before {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #333;
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

	#indexPage #projectlist .projectitem:hover::before {
		opacity: 1;
		animation-name: zoomIn;
	}

.content .header {
	padding-left: 60px;
}


#indexPage #mproject {
	background: #e5f6ed;
}
	#indexPage #mproject .content {
		height: 100%;
		margin-top: -20%;
	}
	#indexPage #mproject .content .wrapper {
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	#indexPage #mproject .content .header p.title{
		margin-left: 0;
	}

.content .header p.title {
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	text-align: left;
	/*margin-left: 60px;*/
	font-size: 22px;
}

.content .header p.subtitle {
	text-align: left;
	margin-left: 60px;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	margin-top: 5px;
	font-size: 14px;
}

#indexPage #projectlist .projectitem a .project_info div {
	height: auto;
	width: 100%;
	background: transparent;
	transition: all 0.3s ease-out 0s;
	background:red;
}

#indexPage #projectlist .projectitem:hover a .project_info div {
	opacity: .5;

}



	#projectlist .projectitem a .project_info div::after {
		width: 32px;
		height: 30px;
		position: absolute;
		content: "";
		top: 0;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		margin-top: 30px;
		right: 0px;
		background: none;
		opacity: 0;
	}

#projectlist .projectitem a:hover .project_info div::after {
	right: 25px;
	background: none;
	opacity: 1;
}

#projectlist .projectitem a .project_info p.title {
	margin: 0 20px;
	color: #565656;
	padding: 20px 0px 5px;
	text-align: left;
	line-height: 30px;
	height: 104px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}

#indexPage #projectlist .projectitem a .project_info p.title {
	font-size: 15px;
	padding-left: 0;
}

.Pageanli #projectlist .projectitem a .project_info p.title {
	color: #565656;
	margin: 0;
}

#projectlist .projectitem a .project_info p.subtitle {
	color: #929292;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	font-size: 14px;
}

#indexPage #projectlist .projectitem a .project_info p.subtitle {
	margin-top: 0;
}


.Pageanli #projectlist .projectitem a .project_info p.subtitle {
	color: #929292;
	padding: 0px 0px 5px;
	margin: 0
}

#projectlist .projectitem a:hover .project_info p.title {
	color: #4A4A4A;
}


#indexPage #projectlist .projectitem a .project_info div {
	position: absolute;
	background: transparent;
	display: block;
	margin-top: 0;
	opacity: 0;
}

#indexPage #projectlist .projectitem:hover a .project_info {
	background: rgba(255,255,255,.6);
	animation-name: fadeInUp;
}
#indexPage #projectlist .projectitem:hover a .project_info div {
	margin-top: 50px;
	opacity: 1;
	animation-name: fadeInUp;
}

/*#indexPage #projectlist .projectitem a .project_info {
	position: absolute;
}*/



#indexPage #mproject #projectlist .projectitem a .project_img {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}


#indexPage #mproject #projectlist .projectitem:hover a .project_img {
	animation-name: zoomOut;
}

	#indexPage #mproject #projectlist .projectitem:hover a .project_img p, #indexPage #mproject #projectlist .projectitem:hover a .project_img i {
		display: none
	}

#projectlist .projectitem a .project_img {
	overflow: hidden;
	height: 240px;
	position: relative;
}

	#projectlist .projectitem a .project_img p {
		line-height: 30px;
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		padding-left: 10px;
		background: rgba(0,0,0,.5);
		font-size: 14px;
	}

	#projectlist .projectitem a .project_img i {
		line-height: 30px;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		color: #fff;
		text-align: center;
		background: red;
		font-size: 14px;
	}

/*#projectlist .projectitem a .project_info {
	transition: all ease-out 0s;
}*/

#projectlist .projectitem a .project_img img {
	width: 100%;
	height: 100%;
}

#projectlist .projectitem a .project_img:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0);*/
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectlist .projectitem a:hover .project_img:after {
	background: rgba(255, 255, 255, .3);
}

/*.Pageanli #projectlist .projectitem a:hover .project_img:after {
	background: rgba(0, 0, 0, .0);
}*/

/*#projectlist .projectitem a:hover .project_info {
	position: inherit;
	background: rgba(0, 0, 0, 0)
	background: rgba(255, 255, 255, .3);
}*/






























#category a {
	padding: 7px 27px;
	border: 0;
}

#indexPage #category {
	text-align: left;
	padding-left: 60px;
}

	#indexPage #category a {
		display: block;
		/*height: 30px;*/
		cursor: pointer;
		line-height: 40px;
		padding-left: 0;
	}

#indexPage #mproject #category a:last-child::after {
	position: absolute;
	content: "";
	height: 0px;
	width: 0px;
}

#newsPage #category a:last-child::after {
	position: absolute;
	content: "";
	height: 0px;
	width: 0px;
}

#indexPage #mproject #category {
	display: block;
	animation-name: fadeInUp;
	margin-top:60px;
	float: left
}

#category a::before {
	position: absolute;
	content: "";
	text-align: left;
	margin-left: 0px;
	margin-top: 45px;
	background-color: #818181;
	width: 0px;
	height: 1px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*#indexPage #mproject #category a::before {
	margin-top: px;
}*/

#category a:hover::before {
	width: 30px;
}

#category a {
	font-size: 16px;
	color: #999;
	border: 0;
}

	#category a.active,
	#category a:hover {
		background: transparent ;
		color: #333;
		border-color: transparent ;
	}

/*#indexPage #projectlist {
	width: calc(100% - 300px);
	float: right;
	margin-top: -110px;
	height: 100%;
}*/

/*#indexPage #mproject .content {
	height: 100%;
	margin-top: -17%;
}

#projectlist .projectitem {
	margin-bottom: 35px;
	background: #fff!important;
}

	#projectlist .projectitem:nth-child(4n) {
		margin-right: 0;
	}*/



	/*#projectlist .projectitem a::after { content: '+'; width: 64px; height: 64px; line-height: 64px; margin: 0 auto; margin-left: -32px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; border-radius: 50px; border: 2px solid #fff; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0; color: #fff; font-size: 40px; text-align: center; font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑"; }

*/

	#projectlist .projectitem:hover a::after {
		margin-left: -32px;
		margin-top: -32px;
		top: 50%;
		opacity: 1;
	}

#indexPage #mproject .bx-wrapper .bx-controls-direction {
	display: inline;
}

	#indexPage #mproject .bx-wrapper .bx-controls-direction a {
		top: 114%;
		margin-top: 0px;
		width: 60px;
		height: 30px;
		background: transparent;
		border-radius: 0px;
	}

		#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-prev {
			left: 50%;
			margin-left: -60px;
			border-right: 1px solid #e9e9e9;
			background: url(../images/icon.png) -60px -250px no-repeat;
			transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		}

			#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-prev:hover {
				border-right: 1px solid #e9e9e9;
				background: url(../images/icon.png) -60px -220px no-repeat;
				transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
			}

		#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-next {
			right: 50%;
			margin-right: -60px;
			background: url(../images/icon.png) 0 -250px no-repeat;
			transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		}

			#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-next:hover {
				background: url(../images/icon.png) 0 -220px no-repeat;
			}

		#indexPage #mproject .bx-wrapper .bx-controls-direction a i {
			color: #dadada;
			font-size: 24px;
			margin-top: 2px;
			margin-left: 26px;
		}

		#indexPage #mproject .bx-wrapper .bx-controls-direction a:hover i {
			color: #535353;
		}



#category {
	text-align: right;
	padding-bottom: 40px;
}

#indexPage #mproject .fa-angle-right::before {
	content: "";
}

#indexPage #mproject .fa-angle-left::before {
	content: "";
}

.Pageanli #category {
	text-align: center;
	top: 0;
	margin: 0 auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 10px;
}

/*案例详情页*/

.npagePage4 #projectlist .projectitem a .project_info {
	background: #fff;
}

/*服务*/

#indexPage #mservice #servicelist .bx-wrapper {
	max-width: 100%!important;
}

/*#indexPage #mservice .content {
	height: 100%;
	margin-top: 0;
	top: 50px;
}*/

#indexPage #mservice #servicelist {
	width: 100%;
	margin: 0 auto;
}

#indexPage #mservice .wrapper {
	height: 100%;
	margin: 0 auto;
}

	#indexPage #mservice .wrapper .bx-wrapper .bx-viewport {
		height: 100%;
	}

#indexPage #mservice .content .header {
	width: 100%;
	position: relative;
	top: 80px;
}

	#indexPage #mservice .content .header p.title {
		margin-left: 0;
		color: #fff;
	}

	#indexPage #mservice .content .header p.subtitle {
		margin-left: 0;
	}

#mservice .content .header p.title {
	text-align: left;
}

#mservice .content .header p.subtitle {
	text-align: left;
}

/*#indexPage a.more {
	display: none!important;
}*/

#indexPage #servicelist .serviceitem {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 530px;
}

#servicelist .serviceitem div {
	margin-top: 25px;
	padding: 0 25px;
	overflow: hidden;
}

	/*#servicelist .serviceitem div p.title {
		font-size: 18px;
		color: #333;
		margin-bottom: 30px;
	}*/

#servicelist .serviceitem:hover .title {
	color: #fff;
}

#servicelist .serviceitem div p.description {
	line-height: 28px;
	width: 90%;
}

#indexPage #servicelist .serviceitem:hover::before {
	font-size: 180px;
	top: -10px;
	margin-left: 94px;
}

#servicelist .serviceitem a {
	padding-top: 21%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 460px;
}

#indexPage #servicelist .serviceitem a.details {
	display: block;
	height: 40px;
	padding-top: 0;
	text-indent: 0;
	border-radius: 0px;
	bottom: 0;
	position: absolute;
	border-color: transparent;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	left: 50%;
	margin-left: -180px;
	line-height: 40px;
}

	#indexPage #servicelist .serviceitem a.details i {
		font-size: 20px;
		position: relative;
		top: 2px;
	}

	#indexPage #servicelist .serviceitem a.details:hover i {
		color: #fff;
		text-indent: 10px;
	}

#indexPage #servicelist .serviceitem:hover a.details i {
	color: #fff;
	text-indent: 10px;
}

#indexPage #servicelist .serviceitem a.details::before {
	content: '';
	position: absolute;
	left: 180px;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist .serviceitem:hover a.details::before {
	width: 160px;
	background: rgba(255, 255, 255, .6);
	left: 100px;
}

#indexPage #servicelist .serviceitem a.details::after {
	content: '';
	position: absolute;
	left: 180px;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	bottom: 0;
}

#indexPage #servicelist .serviceitem:hover a.details::after {
	width: 160px;
	background: rgba(255, 255, 255, .6);
	left: 100px;
}

.Pageservice #servicelist .serviceitem a {
	padding-top: 10px;
}

#servicelist .serviceitem a:hover {
	padding-top: 17%;
}

#indexPage #servicelist .serviceitem .service_info .title::before {
	background: rgba(255, 255, 255, .3);	
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	top:50px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mservice #servicelist .serviceitem a:hover .title::before {
	background: rgba(255, 255, 255, .4);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	width: 20px;
}

#servicelist .serviceitem:hover a img {
	float: none;
	height: auto;
	margin: 0 auto;
	opacity: 01;
}




/*新闻*/
#indexPage #mnews .content .header p.title {
	margin-left: 0;
}

#indexPage #mnews .content .header p.subtitle {
	margin-left: 0;
}

#indexPage #mnews .content .header {
	display: block;
	padding-bottom: 0px;
	top: 20px;
	position: relative;
}

#indexPage #mnews .content {
	top: 0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:600px;
}

#indexPage #newslist .newstitem {
	height: 510px;
	width: 100%;
	float: left;
}

#indexPage .newstitem.left .newsbody {
	padding-top: 30px;
}

#indexPage .newstitem .newsbody {
	display: block;
	vertical-align: auto;
	width: calc(100% - 30px);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding: 0 35px
}

#indexPage #newsitem_0 .newsbody {
	padding-left: 1px;
	width: calc(100% - 50px);
}

#indexPage .newstitem.right .newsbody {
	position: relative;
	top: 296px;
}

#newslist .newstitem .newsbody .date {
	font-weight: inherit;
	font-family: HELVETICANEUELTPRO-THEX;
	color: #C0C0C0;
	margin-bottom: 0;
	display: inline-block;
	padding: 0 22px;
	float: left;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mnews #newslist .newstitem .newsbody .date {
	padding-left: 0;
	font-size: 20px;
}

	#indexPage #mnews #newslist .newstitem .newsbody .date .year {
		transition: all 0.3s ease-out 0s;
	}

#indexPage #mnews #newslist .newstitem:hover .newsbody .date .year {
	color: #333;
	margin-left: 10px;
}

#indexPage #mnews #newslist .newstitem .newsbody .date .md {
	display: none;
}

#indexPage #mnews #newslist .newstitem.left a.newscontent {
	overflow: hidden;
}

#indexPage #mnews #newslist .newstitem .newsimg {
	width: 100%;
	height: auto;
	min-height: 255px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	background-size: auto;
}
	#indexPage #mnews #newslist .newstitem .newsimg p {
		position:absolute;
		width:100px;
		height:100px;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}
	#indexPage #mnews #newslist .newstitem .newsimg p img{
		width:100%;
		height:100%;
	}
		#indexPage #mnews #newslist .newstitem:hover .newsimg {
		background-size: transform: scale(0.96, 0.96);
		-moz-transform: scale(0.96, 0.96);
		-webkit-transform: scale(0.96, 0.96);
		-o-transform: scale(0.96, 0.96);
	}

#indexPage #mnews #newslist .newstitem.left .newsimg {
	position: absolute;
	margin-top: 255px;
}

#indexPage #mnews #newslist .newstitem .newsimg::before {
	content: '';
	position: absolute;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	top: 0px;
	left: 0px;
	border: 1px solid rgba(255, 255, 255, .0);
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	top: 6px;
	left: 6px;
}


#indexPage #mnews #newslist .newstitem:hover .newsimg::before {
	border: 1px solid rgba(255, 255, 255, 1);
	animation-name: zoomIn;
	top: 6px;
	left: 6px;
}


#indexPage #mnews #newslist .newstitem .newsbody .title {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 20px;
}

#newslist .newstitem .newsbody .title {
	font-size: 16px;
	color: #666;
	display: inline-block;
	line-height: 30px;
	width: 280px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.right a.newscontent {
	padding: 0;
	text-align: left
}

	#newslist .newstitem.left a.newscontent:hover .title,
	#newslist .newstitem.right a.newscontent:hover .title {
		color: #000;
	}

#newslist .news_wrapper {
	background-color: transparent;
	width: 100%;
}

#indexPage #mnews #newslist .newstitem.left .news_wrapper {
	position: absolute;
	height: 100%;
	min-height: 255px;
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
	background-color: transparent;
	width: 100%;
}

#newslist .newstitem.left a.newscontent:hover,
#newslist .newstitem.right a.newscontent:hover {
	padding: 0;
}

#newslist .newstitem.right a.newscontent .newsimg {
	left: 0
}

#newslist .news_wrapper::before {
	height: 0
}

#newsPage #newslist .newstitem .newsimg {
	display: block;
	width: 300px;
	height: auto;
}

#newsPage #newslist .newstitem .news_wrapper {
	width: 400px;
	height: 200px;
	left: 30px;
	top: 266px;
}

#indexPage #newslist .newsitem .newsbody .title,
#newsPage #newslist .newstitem .newsbody .title {
	font-size: 18px;
	display: block;
	width: 100%;
	float: none;
	position: relative;
}

#indexPage #newslist .newstitem p.description {
	text-align: left;
	color: #999;
	clear: both;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	height:124px;
	-webkit-box-orient: vertical;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-left: 0;
}

#indexPage #newslist .newstitem:hover p.description {
	margin-left: 10px;
}

#indexPage #newslist .newstitem:hover .newsbody p.title {
	margin-left: 10px;
}

#indexPage #mnews .content_list,
#indexPage #mnews .bx-viewport {
	height: 510px !important;
}

#indexPage #newslist .wrapper {
	width: calc(100% - 380px);
	margin: 0 auto;
	float: right;
	height: 540px;
	margin-top: -8px;
	-webkit-margin-before: -5px;
	margin-right: 80px;
}

#indexPage #newslist .separator {
	display: none;
}

#newsPage #newslist .newstitem .newsbody::after {
	content: 'MORE';
	width: 105px;
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
	display: block;
	text-align: left;
	margin-top: 50px;
	color: #727272;
	border-top: 1px solid rgba(0, 0, 0, .12);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
	font-family: "HELVETICANEUELTPRO-THEX";
	background: url(../../../templates/upload/269/icon/icon.png) -165px 0 no-repeat;
}







/*#indexPage #mnews::after{ position: absolute;content: "";width: 1000px;height: 100%;margin: 0 auto;left: 0;right: 0;border-left: 1px solid rgba(255,255,255,.08);}*/

#indexPage #mnews::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e5e5;
	top: 50%;
}

#newsPage #newslist .newstitem a:hover .newsbody .description::after {
	width: 123px;
}

.newstitem {
	animation-name: fadeInUp;
	animation-delay: 0.1s;
}








/*快捷菜单*/

/*#moduleControl a.moduleCItem {
	margin-bottom: 20px;
	border-radius: 10px;
	width: 11px;
	height: 11px;
	position: relative;
}

	#moduleControl a.moduleCItem:hover span,
	#moduleControl a.moduleCItem.active span {
		width: 70px;
		height: 24px;
		position: absolute;
		top: -6px;
		text-indent: initial;
		color: #959595;
		overflow: hidden;
		font-size: 0px;
		line-height: 24px;
		right: -2px;
		text-align: right;
		padding-right: 25px;
	}*/

	/*#moduleControl a.moduleCItem span::after { content:""; position:absolute; top:11px; right:12px; width:0px; height:1px; background:rgba(0,0,0,0);}*/

	/*#moduleControl a.moduleCItem:hover span::after, #moduleControl a.moduleCItem.active span::after { content:""; position:absolute; top:11px; right:12px; width:15px; height:1px; background:rgba(0,0,0,.2);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}*/

	/*#moduleControl a.moduleCItem:hover,
	#moduleControl a.moduleCItem.active {
		background-color: transparent;
		border: 2px solid #5a5a5a;
	}

		#moduleControl a.moduleCItem:hover::before,
		#moduleControl a.moduleCItem.active::before {
			position: absolute;
			content: "";
			background: transparent;
			right: 20px;
		}

#moduleControl a.moduleCItem {
	border: 2px solid transparent;
}

	#moduleControl a.moduleCItem::before {
		position: absolute;
		content: "";
		height: 3px;
		background: #a8a8a8;
		width: 3px;
		left: 0px;
		margin: 4px 0 0 4px;
		border-radius: 3px;
	}

	#moduleControl a.moduleCItem::after {
		position: absolute;
		content: "";
		height: 24px;
		background: rgba(155, 155, 155, .2);
		width: 1px;
		left: 0px;
		margin: 11px 0 0 5px;
	}

	#moduleControl a.moduleCItem:last-child::after {
		position: absolute;
		content: "";
		height: 0px;
		width: 0px;
	}

#indexPage .module.bgShow .bgmask {
	background-color: transparent;
}

#indexPage #mservice .bgmask {
	background: url(../images/dot2.png) repeat;
	opacity: 1;
}*/

/*新*/

.content_list {
	height: 100%;
	width: 100%;
	clear:both;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/icon.png) -60px -40px no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-top: 60px;
}

	#indexPage #mservice .wrapper .bx-wrapper .bx-prev:hover {
		background: url(../images/icon.png) -60px -100px no-repeat;
	}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
	right: 0px;
	background: url(../images/icon.png) 0 -40px no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-top: 60px;
}

	#indexPage #mservice .wrapper .bx-wrapper .bx-next:hover {
		background: url(../images/icon.png) 0 -100px no-repeat;
	}

	#indexPage #mservice .wrapper .bx-wrapper .bx-next i.fa-angle-right::before {
		content: "";
	}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev i.fa-angle-left::before {
	content: "";
}

#indexPage #mslider i.fa-angle-left::before,
#indexPage #mslider i.fa-angle-right::before {
	content: '';
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display:inline-block;
	
}
	#indexPage #mslider .bx-wrapper .bx-controls-direction a:first-child {
		background: url(../images/Scenic/arrl.png) no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		left: 10px;
	}
	#indexPage #mslider .bx-wrapper .bx-controls-direction a:last-child {
		background: url(../images/Scenic/arrr.png) no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: 10px;
	}
/*#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next {
		background-position: -13px -160px;
	}*/
/*#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next:hover {
			background-position: -13px -200px;
		}*/
#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next::before {
	content: '';
	position: absolute;
	width: 67px;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	margin-top: -6px;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

		/*#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next:hover::before {
			width: 67px;
			opacity: 1;
			margin-top: 4px;
			background: rgba(255, 255, 255, .6);
		}*/

	/*#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev:hover {
		background-position: -0px -200px;
	}*/

	#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev::before {
		content: '';
		position: absolute;
		width: 67px;
		height: 1px;
		background: rgba(255, 255, 255, .1);
		margin-top: -6px;
		transition: all 0.3s ease-out 0s;
		opacity: 0;
		left: 5px;
	}

	/*#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev:hover::before {
		width: 67px;
		opacity: 1;
		margin-top: 4px;
		background: rgba(255, 255, 255, .6);
	}*/

/*团队*/





/*#indexPage #mteam .content {
	margin-top: -274px;
}

	#indexPage #mteam .content .header p.title,
	#indexPage #mteam .content .header p.subtitle {
		margin-left: 0;
	}

#indexPage #mteam li:hover .header a::before {
	border-color: #383838;
	height: 304px;
}

#indexPage #mteam li:nth-of-type(even) .header a::before {
	top: 0px;
	-webkit-margin-before: 0px;
}

#indexPage #mteam li:nth-of-type(even):hover .header a::before {
	top: 40px;
}


#indexPage #mteam .summary p.subtitle {
	margin-bottom: 20px;
	font-size: 13px;
}


#indexPage #mteam .summary p {
	text-align: center;
	width: 100%;
}

#indexPage #mteam li .summary p.description {
	height: 70px;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
}

#indexPage #mteam li:hover .summary p.description {
	color: #777;
}

#indexPage #mteam .content &gt; .header {
	display: block;
}

#indexPage #mteam .header img {
	transition: all 0.3s ease-out 0s;
	margin: 10px auto 20px;
}

#indexPage #mteam li:hover .header a img {
	margin-top: -10px;
}*/




#indexPage #mslider {
	height: calc(100% - 70px);
}

	#indexPage #mslider .bx-wrapper .bx-pager {
		bottom: 0;
	}

	#indexPage #mslider .bx-wrapper {
		position: relative;
		/*height: calc(100% - 40px);*/
	}

	#indexPage #mslider ul li div.fa-angle-down::before {
		content: "";
	}

	#indexPage #mslider ul li p.title {
		font-family: "LANEUP", 'HELVETICANEUELTPRO-THEX';
		font-size: 60px;
		line-height: 80px;
	}

	#indexPage #mslider ul li p.subtitle {
		font-size: 34px;
		font-family: 'HELVETICANEUELTPRO-THEX', '微软雅黑';
		color: rgba(255, 255, 255, .92);
	}

	#indexPage #mslider ul li div {
		position: relative;
		top: -25px;
	}

		#indexPage #mslider ul li div.mask {
			background: url(../images/dot.png) repeat;
		}


#indexPage #mteam .summary p.title {
	color: #383838;
	font-size: 22px;
	margin-bottom: 6px;
}

#indexPage #mslider ul li div.fa-angle-down::before {
	content: "";
}
.bx-has-controls-direction {
	height:100%;
	width: 100%;
	display:block;
}
.bx-default-pager {
	width: 200px;	
	height: 30px ;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
/*.bx-controls-direction{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
}*/
.bx-pager-item {
	float: left;
	margin: 10px;
}
	.bx-pager-item a {
		width: 20px !important;
		height: 20px !important;
		border-radius: 50px;
		text-align:center;
		border:1px solid #fff;
	}
	#teamitem_0 {
		animation-name: fadeInUp;
		animation-delay: 0s;
	}

#teamitem_1 {
	animation-name: fadeInUp;
	animation-delay: 0.1s;
}


#indexPage #mpartner .content {
	margin-top: -270px;
}

#indexPage #mcontact {
	background: #fff;
}

	#indexPage #mcontact .header p.title {
		color: #fff;
		margin-left: 0;
	}

	#indexPage #mcontact .content {
		margin-top: -230px;
	}

#mcontact .content &gt; .header {
	width: 100%;
}

#indexPage #mcontact .content .fw {
	width: 100%;
}

#indexPage #mcontact .header p.subtitle {
	text-align: left;
	margin-left: 0px;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	margin-top: 5px;
}

#indexPage #mcontact #contactlist {
	background: #EFE3CD;
	height: 100%;
	padding-bottom: 10%;
	position: absolute;
	margin-top: 8%;
}

#mcontact .content #contactinfo {
	width: 35%;
	margin-left: 60px;
	padding-top: 6%;
}

#contactinfo div {
	position: relative;
	top: -263px;
	left: 280px;
}

#contactinfo p {
	margin-bottom: 5px;
}

#contactinfo h3 {
	margin-bottom: 45px;
	color: #999;
}

#contactinfo div a {
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

	#contactinfo div a:hover {
		background: rgba(255, 255, 255, .15)
	}

	#contactinfo div a i {
		color: #b1b1b1;
	}

	#contactinfo div a:hover i {
		color: #7a7a7a;
	}

#mcontact .content #contactform {
	width: 50%;
	margin-right: 5%;
	padding-top: 5%;
}

#contactform p .inputtxt {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
	padding: 20px 0px 20px 0;
	color: #666;
}

#mcontact .content #contactform p {
	float: left;
	margin-right: 20px;
	width: 30%;
}

#contactform p textarea.inputtxt {
	width: calc(300% + 40px);
	width: -moz-calc(300% + 40px);
	width: -webkit-calc(300% + 40px);
}

#contactform p .inputsub {
	width: 100px;
	background-color: #383838;
	color: #cfcfcf;
	font-size: 15px;
	padding: 5px 0;
	display: block;
	float: left;
	position: relative;
	top: 170px;
	height: 40px;
	left: calc(-100% - 20px);
	left: -moz-calc(-100% - 20px);
	left: -webkit-calc(-100% - 20px);
	border: 1px solid #383838;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

	#contactform p .inputsub:hover {
		background-color: rgba(0, 0, 0, .9);
		border: 1px solid rgba(0, 0, 0, .9);
		color: #fff;
	}

#sitecontent .npagePage .content .serviceitem a img {
	opacity: 1;
	background: rgba(0, 0, 0, .15);
}

#sitecontent .npagePage .content .header p.title {
	text-align: center;
	margin-left: 0;
}

#sitecontent .npagePage .content .header p.subtitle {
	text-align: center;
	margin-left: 0;
}

#teamlist {
	width: 1200px;
}

.Pageteam .content .header,
.Pageservice .content .header {
	padding-bottom: 60px;
	padding-top: 80px;
}

.teamitem {
	margin-right: 10px;
	background: #fff;
	width: 290px;
	height: 520px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.Pageteam .teamitem {
	height: 510px;
}

.teamitem:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	margin-top: -10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	cursor: pointer;
	border-top: none;
	margin-bottom: 60px;
}

.teamitem a {
	width: 290px;
	height: auto;
	overflow: hidden;
	max-height: 290px;
}

	.teamitem a img {
		width: 290px;
		height: auto;
	}

.teamitem .teaminfo .description {
	line-height: 24px;
	height: 55px;
	margin-top: 40px;
}

.Pageteam .teamitem .teaminfo .description {
	margin-top: 25px;
	height: 70px;
}

.teamitem .teaminfo {
	padding: 0 25px;
	margin-top: 30px;
}

.Pageteam .teamitem .teaminfo {
	text-align: left;
}

.teamitem .teaminfo .subtitle {
	font-size: 13px;
}

.teamitem a div.wrap {
	background: #404040;
}

#sitecontent #newsPage #newslist {
	width: 1200px;
	padding-top: 30px;
}

	#sitecontent #newsPage #newslist .newstitem {
		width: 100%;
		height: 190px;
		float: left;
		border-bottom: 1px solid rgba(0, 0, 0, .08);
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

		#sitecontent #newsPage #newslist .newstitem .newsbody .date {
			left: 327px;
		}

			#sitecontent #newsPage #newslist .newstitem .newsbody .date .year {
				font-size: 16px;
				margin-left: -90px;
			}

				#sitecontent #newsPage #newslist .newstitem .newsbody .date .year::after {
					content: "/";
					position: absolute;
					margin: 0 5px;
					color: #B1B1B1;
				}

			#sitecontent #newsPage #newslist .newstitem .newsbody .date .md {
				margin-top: 0;
				margin-left: 94px;
			}

				#sitecontent #newsPage #newslist .newstitem .newsbody .date .md span {
					display: none;
				}

#teamlist .teamitem:last-child,
#teamlist .teamitem:nth-child(4n) {
	margin-right: 0;
}

/*#sitecontent .npagePage #servicelist {
	top: -40px;
}

#sitecontent .npagePage #newslist .newstitem .news_wrapper {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

#newsPage .npagePage #newslist .newstitem .newsimg {
	float: left;
	left: 0;
}

#sitecontent .npagePage #newslist .newsbody {
	width: 830px;
	float: left;
	padding-top: 20px;
	margin-left: 360px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .npagePage #newslist .newstitem .newsbody .description::after {
	content: "";
	width: 0;
}

#sitecontent .npagePage #newslist .newstitem a:hover .newsbody .description::after {
	width: 0;
}

#sitecontent .npagePage #newslist .newstitem .newsbody::after {
	content: 'MORE';
	width: 105px;
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
	display: block;
	text-align: left;
	margin-top: -43px;
	color: #bcbcbc;
	border-left: 1px solid rgba(0, 0, 0, .08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
	font-family: "HELVETICANEUELTPRO-THEX";
	background: url(../images/icon.png) -165px 0 no-repeat;
	float: right;
	border-top: none;
}

#sitecontent .npagePage #newslist .newstitem a:hover .newsbody::after {
	color: #000;
}

#sitecontent .npagePage #newslist #newsitem_0.newstitem .newsbody .date,
#sitecontent .npagePage #newslist .newstitem .newsbody .date {
	padding: 0;
	position: absolute;
	top: 140px;
	color: #c8c8c8;
}

#sitecontent #newsPage #newslist .newstitem:last-child {
	border-bottom: none;
}

#sitecontent .npagePage #newslist .newstitem .newsbody p.title {
	color: #555;
}

#sitecontent .npagePage #newslist .newstitem .newsbody .description {
	width: 75%;
	height: 50px;
}

#sitecontent .npagePage #newslist .newstitem:hover .newsbody {
	margin-left: 370px;
}

#sitecontent #newsPage #newslist .newstitem:hover .newsbody::after {
	background: url(../images/icon.png) -165px 0 no-repeat;
}

#pages a.active {
	background: #3F3F3F;
}

#sitecontent .npagePage #projectwrap {
	width: 100%;
	padding-top: 0;
}

	#sitecontent .npagePage #projectwrap #projectbody {
		width: 77%;
		background: #f8f8f8;
		padding-top: 60px;
	}

		#sitecontent .npagePage #projectwrap #projectbody #projectimages {
			background: #f8f8f8;
		}

	#sitecontent .npagePage #projectwrap #projectinfo {
		margin-top: 60px;
		float: left;
		margin-left: 3%;
		width: 20%;
	}

#sitecontent .npagePage .content #projectih .header p.title {
	text-align: left;
}

#sitecontent .npagePage .content #projectih .header p.subtitle {
	text-align: left;
}

#sitecontent .npagePage #projectwrap #projecttags {
	margin-top: 35px;
	margin-left: 3%;
	width: 20%;
	display: block;
	left: 77%;
}*/

/*.service_info p .title::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	margin-top: 50px;
	margin-left: -15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


#servicelist .serviceitem .service_info::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	margin-top: 50px;
	margin-left: -15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .npagePage #servicelist .serviceitem {
	height: 340px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 60px;
}

	#sitecontent .npagePage #servicelist .serviceitem:hover {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

	#sitecontent .npagePage #servicelist .serviceitem a:hover {
		padding-top: 0;
	}

	#sitecontent .npagePage #servicelist .serviceitem:hover .title {
		color: #000;
	}

#header ul li.navitem:hover ul.subnav {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mpartner .wrapper ul li a {
	cursor: pointer;
	margin: 0 10px;
	margin-bottom: 20px;
}

#sitecontent .npagePage #category li:last-child a::after {
	content: "";
}*/

#category li.hasmore div ul {
	padding-top: 15px;
	border-top: rgba(0, 0, 0, .08) 1px solid;
}

	#category li.hasmore div ul a:hover {
		background: transparent;
		color: #000;
	}

		#category li.hasmore div ul a:hover::before {
			content: "";
			width: 0;
			height: 0;
		}

	#category li.hasmore div ul a.active {
		background: transparent;
		color: #000;
	}

.postbody img {
	max-width: 1180px;
}

#projectinfo .header .description a {
	background: #474747;
	transition: all ease .3s;
	color: #fff;
}

	#projectinfo .header .description a:hover {
		background: #000;
	}

#projectib .projectitem a .project_info p.title {
	line-height: 22px;
	color: #666;
}

#projectib .projectitem a:hover .project_info p.title {
	color: #000;
}

#projectib .projectitem a .project_info p.subtitle {
	margin-top: 2px;
}

#projectib .projectitem {
	margin-bottom: 25px;
}

#projecttags a {
	transition: all 0.3s ease-out 0s;
}

	#projecttags a:hover {
		background: #636363;
		color: #fff;
	}

#projectib .projectitem a {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

#projectib {
	width: 20%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	left: 77%;
	margin-left: 3%;
}

#footer a {
	margin-right: 20px;
}

#moduleControl {
	display: none;
}



.npagePage #banner {
	height: 360px;
}

#post_slider li {
	height: 650px;
}

#post_slider,
#post_slider .bx-wrapper,
#post_slider .bx-viewport {
	height: 650px;
}

#projectinfo4 .header {
	padding-top: 20px;
	float: left;
	width: 100%;
	position: relative;
}

	#projectinfo4 .header .title-warp {
		width: 50%;
		float: left;
	}

#projectinfo4 .description {
	width: 50%;
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
}

#projectinfo4 .header p {
	line-height: 24px;
	font-size: 13px;
}

#sitecontent .npagePage .content #projectinfo4 .header p.title {
	width: 92%;
	text-align: left;
	font-size: 22px;
	padding-right: 8%;
}

#sitecontent .npagePage .content #projectinfo4 .header p.subtitle {
	width: 92%;
	text-align: left;
	padding-right: 8%;
}

#npagePage #projectlist .projectitem a .project_info p.title {
	color: #565656;
	font-size: 14px;
	padding: 15px 0 2px;
	margin: 0;
}

#npagePage #projectlist .projectitem a .project_info p.subtitle {
	color: #929292;
	font-size: 13px;
	margin: 0;
	padding-left: 0;
}

#projectshow4 #projectib4 #projectlist .projectitem {
	margin-bottom: 20px;
}

.npagePage4 #projectwrap4 #projectinfo4 {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#projectshow4 {
	margin-top: 20px;
}

#projectinfo4 .description a {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	color: #555;
}

	#projectinfo4 .description a:hover {
		background-color: #383838;
		color: #fff;
		border: 1px solid #383838;
	}

.npagePage #banner div {
	height: 360px;
}

.Pagenews #category {
	text-align: center;
}

#category li.hasmore div {
	width: 98%;
	left: 1%;
	margin: 0 auto;
}

#projectshow4 #projectib4 #projectlist .wrapper {
	margin-left: 0;
}

#projecttags4 a {
	padding: 5px 18px;
	margin-right: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

	#projecttags4 a:hover {
		background: #383838;
		color: #fff;
	}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
	margin-top: 15px;
	margin-left: 5px;
}

#indexPage #mproject .projectSubList {
	margin-bottom: 0;
}

#indexPage #mnews a.details {
	display: block;
	position: absolute;
	top: -7px;
	border-radius: 0;
	width: 45px;
	right: 20px;
	height: 20px;
	text-indent: 0;
	font-size: 0px;
	line-height: 20px;
	text-align: center;
	border: none;
	border-left: 1px solid rgba(0, 0, 0, .0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #newslist .newstitem.right a.details {
	margin-top: 310px;
}

#indexPage #newslist .newstitem:hover a.details {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

#indexPage #mnews a.details i {
	width: 21px;
	height: 9px;
	background: url(../images/icon.png) 0 -100px no-repeat;
	margin-top: 5px;
	opacity: 0;
}

#indexPage #newslist .newstitem:hover a.details i {
	background-position: 0 -119px;
	opacity: 1;
}

#newslist .separator {
	display: none;
}

#indexPage #servicelist .serviceitem a img {
	width: 360px;
}

#indexPage #mteam .summary p.title a {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage .module.bgShow {
	background-position: center top !important;
	background-attachment: initial
}

/*#indexPage #servicelist .serviceitem div p.title {
	
	color:#000;
}*/

#indexPage #servicelist .serviceitem div p.description {
	/*color: rgba(255, 255, 255, .8);*/
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 7px #000;
}

#indexPage .content &gt; .header {
	padding-left: 60px;
	float: left;
	width: 100%;
}

#indexPage #mservice {
	background-color: #333;
}

	#indexPage #mservice .wrapper .bx-wrapper a {
		margin-top: 0;
	}

#indexPage #mteam .module-content {
	max-width: 1400px;
	width: 1400px;
}

#indexPage #mteam .bx-wrapper .content_list {
	padding-top: 10px;
}

#indexPage #mteam a.details {
	display: block;
	width: 150px;
	text-indent: 0;
	text-align: center;
	height: 40px;
	border-radius: 0;
	line-height: 40px;
	border: none;
	font-size: 14px;
}

	#indexPage #mteam a.details:hover {
		color: #333;
	}

#indexPage #mteam li a.details i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

#indexPage #mteam li:hover a.details i {
	text-indent: 10px;
	color: #707070;
}

#indexPage #mteam li a.details:before {
	content: '';
	width: 100px;
	height: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0.3s ease-out 0s;
}

#indexPage #mteam li a.details:after {
	content: '';
	width: 100px;
	height: 1px;
	background: rgba(0, 0, 0, .0);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 50px;
	transition: all 0.3s ease-out 0s;
}

#indexPage #mteam li:hover a.details:before,
#indexPage #mteam li:hover a.details:after {
	width: 140px;
	background: rgab(0, 0, 0, .3);
	margin-left: -70px;
	background: rgba(0, 0, 0, .2);
}

#indexPage #mteam .bx-controls-direction {
	display: none;
}

#indexPage #mteam .bx-pager {
	display: block;
	position: relative;
	margin-top: 40px;
}

#indexPage #mteam .bx-wrapper .bx-pager.bx-default-pager a.active,
#indexPage #mteam .bx-wrapper .bx-pager.bx-default-pager a {
	display: block
}

#indexPage #mteam .bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	border: #ababab 1px solid;
}


#mslider .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 7px;
	height: 7px;
}

#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a.active,
#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

#indexPage #mnews .bx-controls {
	display: block;
}

#indexPage #mnews .bx-controls-direction {
	display: none;
}

#indexPage #mnews .bx-wrapper .bx-pager.bx-default-pager a.active,
#indexPage #mnews .bx-wrapper .bx-pager.bx-default-pager a {
	display: block
}

#indexPage #mnews .bx-wrapper .bx-pager {
	margin-left: -110px;
	position: relative;
	top: 60px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-controls-direction {
	display: none;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-pager {
	display: block;
	position: relative;
	margin-top: 100px;
}

#indexPage #mservice .wrapper .bx-wrapper a.active,
#indexPage #mservice .bx-wrapper .bx-pager.bx-default-pager a:hover {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}


#indexPage #mservice .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
}

#indexPage #mnews {
	background-color: #EFE3CD;
}

/*登录框*/

.login-main {
	position: absolute;
	top: 50%;
	right: 100px;
	width: 350px;
	height: 320px;
	border-radius: 20px;
	margin-top: -160px;
	background: rgba(255,255,255,.5);
	animation-duration:2s!important;
}
	.login-main h4 {
		height:60px;
		text-align:center;
		line-height:60px;
		color:#000;
		position:relative;
	}
	.login-main h4::after {
		width: 38px;
		height: 1px;
		position: absolute;
		left: 50%;
		margin-left: -19px;
		background: #d2d2d2;
		content: '';
		top: 50px;
	}
		.login-main-box {
			width: 270px;
			margin: 10px auto 0;
		}
.login-main-box p{
	margin-bottom: 10px;
}
	.login-main-box p input, .sub input{
		width: 270px;
		line-height: 40px;
		height: 40px;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 50px;
		
	}
	.login-main-box p input {
		text-indent: 2em;
	}
.sub input{
	background: #008889;
	color:#fff;
}
.forget {
	line-height:40px;	
}
	.forget a {
		color: #fff;
		font-size:12px;
	
	}
		.forget a:last-child {
			padding-left: 100px;
		}

.gl {
	padding-top: 136px;
	width: 1200px;
	margin: 0 auto
}

.zy_inco {
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	line-height: 90px;
	text-align: center;
	position: relative;
}

	.zy_inco span::after {
		width: 38px;
		height: 1px;
		position: absolute;
		left: 50%;
		margin-left: -19px;
		background: #fff;
		content: '';
		top: 70px;
	}

.scroll-gl, .scroll-gls, .scroll-gla {
	position: relative !important;
}

.swiper-container {
	position: initial !important;
}

.scroll-gl .swiper-button-prev, .scroll-gla .swiper-button-prev, .scroll-gls .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: -40px;
	z-index: 999;
	margin-top: -17px;
	width: 30px;
	height: 31px;
	background: url(../images/Scenic/arrl.png) no-repeat left top;
	opacity: .5;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.scroll-gl .swiper-button-next, .scroll-gla .swiper-button-next, .scroll-gls .swiper-button-next {
	position: absolute;
	top: 50%;
	right: -40px;
	z-index: 999;
	margin-top: -17px;
	width: 30px;
	height: 31px;
	background: url(../images/Scenic/arrr.png) no-repeat right top;
	opacity: .5;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.scroll-gl p, .scroll-gla p, .scroll-gls p {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 10px;
	padding-left: 10px;
	border-left: 3px solid #2ab9b5
}

.scroll-gl a img, .scroll-gla a img, .scroll-gls a img {
	width: 100%;
	height: 100%;
}
/*    按钮样式     */
.p {
	height: 40px;
	clear: both;
	line-height: 40px;
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	border: 1px solid #2ab9b5;
	width: 200px;
	border-radius: 20px;
}
	.p a {
		color:#000;
	}

	.p:hover {
		background: #2ab9b5;
	}

		.p:hover a {
			color: #fff;
		}
/*    按钮样式     */


.layoutnone-left {
width:20%;
float:left;
}
.china-main {
	width:80%;
	float:right;
}

/*    景区资讯    */
#indexPage #mpage .content {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 690px;
	position: absolute;
	width: 100%;
}
	#indexPage #mpage .content .header {
		font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
		font-size: 26px;
		text-align: center;
		color: #000;
		padding-left: 0px;
	}
		#indexPage #mpage .content .header.bh_main_l h4:after {
			width: 38px;
			height: 1px;
			position: absolute;
			left: 50%;
			margin-left: -19px;
			background: #d2d2d2;
			content: '';
			top: 50px;
		}
		#jqzxlist, #jqzxlist .wrapper {
			height: 100%;
			width: 100%;
		}

#indexPage #jqzxlist .wrapper {
	width: 1200px;
	margin: 0 auto;	
	height: 540px;
	margin-top: -8px;
	-webkit-margin-before: -5px;
	
}
.wrapper-one {
	width: 31%;
	float: left;
	margin-right: 42px;
	text-align:left;
	animation-delay:2s!important;
}
	.wrapper-one h4 {
		line-height: 40px;
		color: #fff;
		position: relative;
	}
		.wrapper-one h4 span {
			display:inline-block;
			width:160px;
			text-align:center;
			font-size:16px;
			background: #2ab9b5;
			border-radius:10px;
		}
		a {			
			color: #000;
		}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
			.wrapper-one h4 a i {
				font-style: normal;
				font-size: 13px;
				position: absolute;
				top: 15px;
				right: 0;
			
			}
				.wrapper-one h4 a i:hover {
					color: #2ab9b5
				}
				
				.wrapper-one ul {
					clear: both;
				}
	.wrapper-one ul li {
		height:60px;
		background:#fff;
		margin-top:20px;
	}
		.wrapper-one ul li:first-child{
			height:200px;
						position:relative;
		}

.one-img {
	width: 100%;
	height: 200px;
}
	.one-img img {
		width:100%;
		height:100%;
	}

.time-one {
	position: absolute;
	bottom: 0;
	line-height: 30px;
	height:30px;
	background:rgba(0,0,0,.5);
	font-size: 12px;
	color: #fff;
	width:100%;
	padding:0 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
	.time-one span {
		display: inline-block;
		width: 250px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
.time {
	text-align: center;
	width: 24%;
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #2ab9b5;
}
	/*.time h5, .time p {
		width: 82%;
		font-size: 14px;
		text-align: center;
	}
	.time h5 {
		border-bottom: 1px solid #fff;		
		margin: 12px auto 0;
	}
	.time p {		
		margin: 0px auto;
	}*/
		.text_in {
			width: 76%;
			float: left;
			font-size:14px;
			line-height: 20px;			
		}
			.text_in span {
				width: 90%;
				display:block;
				margin: 10px auto;
				height:40px;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
.wrapper-one ul li:hover {
	transform: scale(1.1,1.1);
}

.wrapper-onesd {
	margin-right:0;
}
@media screen and (max-width:1366px) {
	#indexPage #mpage .content {	
		height: 600px;		
	}
	.wrapper-one ul li {
		height: 55px;		
		margin-top: 10px;
	}
	.content .header{
		padding-bottom:30px!important
	}
}

/*    景区资讯    */</pre></body></html>